/*
* name: responsive
* version: v2.1.1
* update: 添加pad竖屏状态Padp
* data: 2017-06-13
*/

/* hide template textarea */
.UnpcPush textarea, .PcPush textarea, .MobilePush textarea, .UnmobilePush textarea {
	display: none;
}
/*
* PcMode
*/
body:after {
	display: block;
	height: 0;
	line-height: 0;
	overflow: hidden;
	visibility: hidden;
	content: 'Pc';
}
.PcMode:after {
	content: 'Pc' !important;
}
.UnpcPush, .MobilePush {
	display: none;
}
img[data-src] {
	opacity: 0;
	filter: alpha(opacity=0);
}
img[data-srcloaded] {
	opacity: 1;
	filter: alpha(opacity=100);
}

/*
* PadMode
*/
@media only screen and (max-width: 1240px) {
body:after {
	content: 'Pad';
}
body {
	user-select: none;
	-webkit-user-select: none;
}
html {
	overflow-x: hidden;
}
body, input, textarea, button, select {
	font-size: 14px;
}
.PcPush {
	display: none;
}
.UnpcPush {
	display: block;
}
.wrap, .mwrap {
	width: 940px;
}
/*padMode 1240px 网站样式*/
    
    /*header*/
.page_header {
	padding-bottom: 20px;
}
.page_header .header_tool .mobile_key {
	display: inline-block;
}
.page_header .inav {
	display: none;
}
.page_header .inav_wrapper .iconfont {
	display: none;
}
.page_header .logo, .page_header.tophide .logo {
	width: 60%;
}
/*footer*/
.page_footer .footer_l {
	width: 70%;
}
.page_footer .footer_r .web_phone {
	display: none;
}
/*公司简介*/
.about .part2_l {
	margin-top: 2%;
}
.about .part2_l .list_box {
	padding: 3% 0;
}
/*新闻列表*/
.widget-newslist-10 .hd_btn {
	margin-left: 0;
}
.widget-newslist-10 .inp_box_wrap {
	margin-right: 1%;
}
.widget-newslist-10 .hd_tit {
	margin-right: 2%
}
.widget-newslist-10 .list_hd {
	padding: 30px 20px;
}
.widget-newslist-10 .list_box {
	padding: 46px 10px 40px;
}
.widget-newslist-10 .bd_l {
	width: 10%;
}
.widget-newslist-10 .bd_c {
	width: 74%;
}
/*联系我们*/
.contact_us .pt1 .box .inner_box .tit a {
	font-size: 20px;
}
.contact_us .pt1 .box .inner_box .linear.all {
	margin: 5% 0;
}
.contact_us .pt1 .box .inner_box dl.dl1, .contact_us .pt1 .box .inner_box dl {
	width: 100%;
	margin-bottom: 5%;
}
.contact_us .pt2 .form, .contact_us .pt2 .form textarea {
	width: 100%;
	box-sizing: border-box;
}
/*首页*/
.widgets_bidimg_banner_5 .cover_title01 {
	margin-top: 35%;
}
.ipart2_bd .list_cover1 .number {
	margin-bottom: 20%;
}
.ipart2_bd .list_box .number {
	font-size: 60px;
}
.ipart2_bd .list_cover1 .en_title {
	font-size: 40px;
}
/*产品详细*/
.pro_detail .part1 {
	padding: 40px 0;
}
/*行业应用列表*/
.hyyy_list .list_text .text_box {
	padding: 4%;
}
}

@media only screen and (max-width: 992px) {
body:after {
	content: 'Padp';
}
.wrap, .mwrap {
	width: 740px;
}
/*padMode 992px 网站样式*/

    /*footer*/
.page_footer .footer_r a {
	padding: 0 12px;
}
/*公司简介*/
.about .part2 .l_bj {
	display: none;
}
/*新闻详细*/
.widgets_xc_newdetail_unite_2 .page_info .b_text {
	width: 14%;
}
/*产品详细*/
.pro_detail .part1 .box {
	padding-top: 5%;
}
.pro_detail .part2 .part2_t .box {
	width: 100%;
	left: 0;
	margin-left: 0;
}
/*产品列表*/
.pro_center .item .box .tit {
	font-size: 32px;
}
/*联系我们*/
.contact_us .pt1 .box {
	width: 70%;
}
.contact_us .pt2 .yzm_box {
	width: 100%;
	margin-bottom: 20px;
}
.contact_us .pt2 .form .btns_list {
	width: 100%;
}
.contact_us .pt2 .form .btns_list .sub {
	margin-right: 40px;
	float: none;
	width: 40%;
}
.contact_us .pt2 .form .btns_list .reset {
	float: none;
	width: 40%;
}
.contact_us .pt2 .line1 {
	width: 75%;
}
/*产品详细*/
.pro_detail .part2 .part2_b {
	padding: 30px 0px 40px;
}
/*首页*/
.ipart4_box {
	width: 70%;
}
/*行业应用*/
.hyyy_list .list_text, .hyyy_list .list_img {
	width: 100%;
}
.hyyy_list .list_text .list_p {
	height: auto;
}
.hyyy_list .list_text .list_title {
	font-size: 30px;
}
/*招聘列表*/
.job_list_hd .search_box .from_box {
	width: 60%;
}
}

/*
* MobileMode
*/
@media only screen and (max-width: 760px) {
body:after {
	content: 'Mobile';
}
body, input, textarea, button, select {
	font-size: 16px;
}
.UnmobilePush {
	display: none;
}
.MobilePush {
	display: block;
}
img[data-src] {
	opacity: 1;
}
.wrap, .mwrap {
	padding-left: 2%;
	padding-right: 2%;
	width: auto;
}
.mwrap .wrap {
	padding-left: 0;
	padding-right: 0;
}
/*移动端防恶意复制信息*/
* {
	-webkit-touch-callout: none;  /*系统默认菜单被禁用*/
	-webkit-user-select: none; /*webkit浏览器*/
	-khtml-user-select: none; /*早期浏览器*/
	-moz-user-select: none;/*火狐*/
	-ms-user-select: none; /*IE10*/
	user-select: none;
}
input {
	-webkit-user-select: auto; /*webkit浏览器*/
}
/*mobileMode 760 网站样式*/

    /*header*/
.page_header .logo {
	width: 60%;
	display: inline-block;
	float: none;
}
.page_header .header_tool a {
	width: 36px;
	height: 32px;
	background-size: 300% 100%;
}
.page_header .header_tool .enweb_btn {
	background-position: -36px 0px;
}
.page_header .header_tool .mobile_key {
	background-position: -72px 0px;
}
.page_header .header_tool {
	margin-top: 0;
	display: inline-block;
	float: none;
	vertical-align: bottom;
	width: 38%;
	text-align: right;
}
/*footer*/
.page_footer .footer_l, .page_footer .footer_r {
	width: 100%;
}
.page_footer {
	padding: 30px 0px;
}
.page_footer .footer_r {
	line-height: 1;
	margin-bottom: 10px;
}
.page_footer .footer_r .footer_ico {
	display: none;
}
.page_footer .footer_l span {
	display: block;
}
.page_footer .footer_r a {
	padding: 0 14px 0px 0px;
	margin-right: 10px;
	border-right: 1px solid #a0a0a0
}
.page_footer .footer_r a.web_map {
	border: none;
}
/*下层通用*/
.channel_main {
	padding: 26px 0px 34px;
}
/*下层banner*/
.xc_banner {
	height: 136px;
}
.xc_banner .img_box {
	display: none;
}
.xc_banner .xc_nav .crumbs {
	width: 100%;
}
/*公司简介*/
.about .part1 .company_tit {
	font-size: 26px;
	margin-bottom: 10px;
}
.about .part2 {
	margin: 0 0 20px;
}
/*新闻列表*/
.widget-newslist-10 .hd_tit {
	margin-bottom: 20px;
	float: none;
	text-align: center;
}
.widget-newslist-10 .inp_box_wrap {
	width: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
.widget-newslist-10 .hd_btn {
	width: 100%;
}
.widget-newslist-10 .bd_r {
	float: none;
	width: 100%;
}
.widget-newslist-10 .list_main {
	margin-top: 20px;
}
.widget-newslist-10 .bd_l {
	width: 20%;
}
.widget-newslist-10 .bd_c {
	width: 70%;
	padding: 0 0 0 5%;
}
.widget-newslist-10 .list_box:after {
	display: none;
}
/*新闻详细*/
.widgets_xc_newdetail_unite_2 .news_detail_top .detail_btn_box {
	float: none;
}
.widgets_xc_newdetail_unite_2 .page_info .b_text {
	width: 30%;
}
.widgets_xc_newdetail_unite_2 .page_info .news_tit {
	width: 36%;
}
.widgets_xc_newdetail_unite_2 .page_info .news_date {
	width: 25%;
}
.widgets_xc_newdetail_unite_2 .news_detail_top .detail_content ._title {
	font-size: 20px;
}
.widgets_xc_newdetail_unite_2 .news_detail_top ._tools #switcher {
	margin-left: 0px;
}
.widgets_xc_newdetail_unite_2 .news_detail_top ._tools ._tool.print {
	display: none;
}
.widgets_xc_newdetail_unite_2 .news_detail_top ._tools ._tool {
	margin-right: 4px;
}
.widgets_xc_newdetail_unite_2 .news_detail_top ._tools .bdsharebuttonbox {
	display: none;
}
.widgets_xc_newdetail_unite_2 .myart {
	padding: 30px 0px;
}
.widgets_xc_newdetail_unite_2 .news_detail_top {
	padding: 30px 0px 20px;
}
.widgets_xc_newdetail_unite_2 {
	padding-bottom: 30px;
}
/*产品详细*/
.pro_detail .part2 .part2_t {
	height: 160px;
}
.pro_detail .part2 .part2_t .box li {
	width: 19%;
	float: left;
}
.pro_detail .part2 .part2_t .box li .t {
	font-size: 15px;
}
/*产品列表*/
.pro_center .item {
	width: 100%;
	margin-bottom: 5%;
}
.pro_center .item .box .tit {
	font-size: 28px;
}
/*.pro_center .item .box .tit .icon{width: 35%;}*/
.channel_main.pro_center {
	padding: 30px 0px;
}
/*联系我们*/
.contact_us .pt1 .box {
	width: 100%;
}
.contact_us .pt1 .box .inner_box .p1 {
	margin-bottom: 5%;
}
.contact_us .pt1 .box, .contact_us .pt1 {
	position: static;
	height: 100%;
}
.contact_us .pt1 ._img {
	display: none;
}
.contact_us .pt1 .box .inner_box {
	height: 100%;
	box-sizing: border-box;
}
.contact_us .pt2 .line1 {
	width: 100%;
	margin: 5% auto 0;
	box-sizing: border-box;
}
.contact_us .pt2 .line {
	margin-bottom: 0;
}
/*首页*/
.widgets_bidimg_banner_5 {
	margin-top: 85px;
}
.widgets_bidimg_banner_5 .arr_btn {
	display: none;
}
.widgets_bidimg_banner_5 .ibanner_cover {
	display: none;
}
.widgets_bidimg_banner_5 .owl-item.cur .ibanner_cover .iconfont {
	display: none;
}
.widgets_bidimg_banner_5 .cover_title01:after, .widgets_bidimg_banner_5 .cover_title01:before {
	display: none;
}
.widgets_bidimg_banner_5 .ibanner_cover {
	height: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	top: 60%;
}
.widgets_bidimg_banner_5 .cover_title01 {
	margin-top: 0;
	font-size: 30px;
}
.widgets_bidimg_banner_5 .cover_title02 {
	font-size: 20px;
}
.widgets_bidimg_banner_5 {
	height: auto;
}
.widgets_bidimg_banner_5 .item {
	height: auto;
}
.widgets_bidimg_banner_5 .item .banner_img {
	position: static;
	width: 100%;
	margin: 0;
	height: auto;
}
.ipart1 .ipart1_l {
	width: 100%;
	padding-top: 30px;
	margin-bottom: 20px;
}
.ipart1 .ipart1_r {
	width: 100%;
	position: relative;
	bottom: 0;
}
.ititle {
	font-size: 28px;
}
.ipart1 .ipart1_bottom .list_box {
	padding: 6% 0%;
}
.ipart2_hd .hd_text {
	width: 100%;
	padding: 16px 0px 30px;
}
.ipart2_hd .arr_btn {
	display: none;
}
.ipart2_bd li {
	width: 100%;
	margin: 0;
	margin-bottom: 2%;
}
.ipart2_bd ul {
	width: 100%;
}
.ipart2 {
	padding-top: 60px;
}
.ipart4 {
	padding: 80px 0px;
}
.ipart4_box .title em {
	font-size: 50px;
}
.ipart4_box {
	width: 100%;
	background-size: cover;
}
/*弹出视频*/
body .vjs-playing {
	width: 100%!important;
}
body .box_wrap_out {
	width: 100%;
}
/*招聘列表*/
.job_list_hd .search_box .from_box {
	width: 100%;
}
.job_list_hd .search_box .inp_box {
	width: 100%;
	margin-left: 0;
	margin-top: 20px;
}
.job_list_hd .search_box .select_box {
	width: 100%;
}
.job_list_hd .search_box .from_box {
	width: 100%;
	margin: 0;
	margin-top: 10px;
}
.job_list_hd .search_box .btn_box {
	margin-top: 20px;
	width: 100%;
}
.job_list_hd .search_box {
	padding: 5%;
}
/*招聘弹窗*/
.job_list_popup .show_box .right_btn {
	right: 0;
	top: auto;
	bottom: 100%;
	width: auto;
}
.job_list_popup .right_btn .btn_box {
	width: 40px;
	height: 40px;
	display: inline-block;
}
.job_list_popup .show_box .right_btn .close_btn {
	width: 40px;
	height: 40px;
	display: inline-block;
}
.job_list_popup .right_btn .btn_ico {
	background-size: 200% 100%;
}
.job_list_popup .right_btn .prev_btn .btn_ico {
	background-position: -40px 0px;
}
.job_list_popup .show_box {
	width: 85%;
}
.job_list_popup .show_box .center_box .box_top .job_name_box, .job_list_popup .show_box .center_box .box_top .job_num_box {
	width: 100%;
	margin-bottom: 10px;
}
.job_list_popup .show_box .center_box .box_top .job_name_box, .job_list_popup .show_box .center_box .box_top .job_num_box {
	font-size: 16px;
}
.job_list_popup .show_box .center_box .box_top .job_where {
	width: 100%;
}
/*简历投递表单*/
.channel_main .Form-J1 .Form-J1-right, .channel_main .Form-J1 .Form-J1-Left {
	width: 100%;
}
.channel_main .Form-J1 .Form-J1-li input._yzm {
	width: 70%;
}
.channel_main .Form-J1 .Form-J1-li img {
	padding: 0;
}
.channel_main .Form-J1 .Form-J1-li em {
	padding: 0;
}
.channel_main .Form-J1 .Form-J1-li b {
	padding: 0;
}
.content-42392 .pdet_form .ord_btninp input {
	width: 45%;
}
/*20190625 zhangxr*/
.xc_banner .xc_nav .crumbs {
	line-height: 22px;
	padding: 5px 0;
}
.sub_menu {
	display: none;
}
.xc_banner {
	height: 144px;
}
}

@media only screen and (max-width: 480px) {
/*mobileMode 480 网站样式*/
    
    /*产品详细*/
.pro_detail .part1 .box {
	text-align: center;
}
.pro_detail .part1 .button .iphone, .pro_detail .part1 .button .shop {
	float: none;
	width: 60%;
	display: block;
	margin: 0 auto;
	margin-bottom: 5%;
}
/*产品列表*/
    /*.pro_center .item .box .tit .icon{background-size:100%;}*/
.pro_center .item .box .tit h2 {
	font-size: 26px;
}
.pro_center .item .box .rect-5625 {
	height: auto;
	padding: 0;
}
.pro_center .item .box ._img img {
	position: static;
	height: auto;
}
}
